home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / System7 tools / Frontier / Frontier SDK 2.1 / Toolkits / Applet Toolkit / appletresource.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-11  |  551 b   |  29 lines  |  [TEXT/KAHL]

  1. #define appletresource
  2.  
  3.  
  4. #ifndef appletdefsinclude
  5.  
  6.     #include "appletdefs.h"
  7.     
  8. #endif
  9.  
  10.  
  11. #define cancelbuttonstring 1 /*these are indexes used for getresourcestring calls*/
  12.  
  13.  
  14. boolean getresourcestring (short, bigstring);
  15.  
  16. boolean openresourcefile (bigstring, short, short *);
  17.  
  18. boolean closeresourcefile (short);
  19.  
  20. boolean getresource (short, OSType, short, long, void *);
  21.  
  22. boolean putresource (short, OSType, short, long, void *);
  23.  
  24. boolean getresourcehandle (short, OSType, short, Handle *);
  25.  
  26. boolean putresourcehandle (short, OSType, short, Handle);
  27.  
  28.  
  29.